home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / aWarpSharp.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  35 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="aWarpSharp">
  4.   <description />
  5.   <filters>
  6.     <filter name="aWarpSharp" category="Sharpen/Soften Plugins" helpfile="awarpSharp" type="clip">
  7.       <description>A warp sharpening filter.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="depth" type="float" default="16.0" max="0" min="0" step="0" optional="True" paramList="False">
  17.           <description>1 of the 2 settings ( with BlurLevel) you need to tweak to achieve any effect</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="blurlevel" type="float" default="2" max="0" min="0" step="0" optional="True" paramList="False">
  21.           <description>1 of the 2 settings (with Depth) you need to tweak to achieve any effect. Consumes cpu power, but gives a big boost to the warpsharpenning.</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="thresh" type="float" default="0.5" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>It's the bump mapping saturation setting. Default value is recommended for maximum quality.....</description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="cm" type="int" default="2" max="2" min="0" step="0" optional="True" paramList="False">
  29.           <description>cm=0 will disable chroma filtering. cm=1 enables chroma warping with luma bump map (recommended). cm=2 enables chroma independent warping & bump map.</description>
  30.           <items />
  31.         </parameter>
  32.       </parameters>
  33.     </filter>
  34.   </filters>
  35. </plugin>